projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d394f0b
)
improve apiurl description
author
Joey Hess
<joeyh@joeyh.name>
Tue, 18 Feb 2025 18:46:10 +0000
(14:46 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 18 Feb 2025 18:46:10 +0000
(14:46 -0400)
Remote/GitLFS.hs
patch
|
blob
|
history
diff --git
a/Remote/GitLFS.hs
b/Remote/GitLFS.hs
index 372ba62a9bfbb075715fdbabd2104cbc8a57d45f..d598ea5623bd29d87b9772a6185ff19aa43b8b6c 100644
(file)
--- a/
Remote/GitLFS.hs
+++ b/
Remote/GitLFS.hs
@@
-68,7
+68,7
@@
remote = specialRemoteType $ RemoteType
[ optionalStringParser urlField
(FieldDesc "url of git-lfs repository")
, optionalStringParser apiUrlField
- (FieldDesc "url of LFS API endpoint")
+ (FieldDesc "url of LFS API endpoint
(when not specified derives from url)
")
]
, setup = mySetup
, exportSupported = exportUnsupported